Monday, 18 December 2017

Infinispan 9.2.0.Beta2 Released

Dear Infinispan Community,

We’re excited to announce the release of Infinispan 9.2.0.Beta2, which can be found on our download page.

The highlights of 9.2.0.Beta2 are:

  • MultiMaps are now available over hotrod [ISPN-7887].

  • Clustered Counters are now available in the server and can be managed via the management api [SPN-8376] or the web console [ISPN-7927].

  • Biased reads in scattered cache [ISPN-8458].

  • Conflict resolution on partition merges are now implemented for DENY_READ_WRITES and ALLOW_READS strategies [ISPN-8440].

Full details of the new features and enhancements included in this release can be found here. Thank you for following us and stay tuned!

The Infinispan Team

Posted by Ryan Emerson on 2017-12-18
Tags: release beta

Monday, 04 April 2016

Infinispan 8.2.1.Final is out!

Dear community,

We are proud to announce the release of Infinispan 8.2.1.Final. http://infinispan.org/download#stable and try it out!

The release contains the following changes:

  • Improved test suite stability

  • Fixed deadlock and default cache race condition during server start

  • Fixed ShardIndexManager stop order

  • Rebalance start now contains node info

  • Fixed Timeout updating the JGroups view after killing one node

  • Boolean projections will work correctly in compatibility mode

We also upgraded some of our components:

  • Hibernate Search was upgraded to 5.6.0.Alpha3

  • XStream was upgraded to 1.4.9

Check out the stable release noteshttp://infinispan.org/download/ and tell us all about it on the forum, on our issue tracker or on IRC on the #infinispan channel on Freenode.

Cheers, The Infinispan team

Posted by Sebastian Łaskawiec on 2016-04-04
Tags: release

Wednesday, 17 June 2015

Infinispan 8.0.0.Alpha2

Dear Infinispan community,

it is with great pleasure that we are announcing the release of Infinispan 8.0.0.Alpha2 as we continue forward.

This release brings a few very useful features:

  • second batch for size-based eviction: sized based eviction has been updated to work when storeAsBinary is enabled or if the cache only contains primitive wrapper types (Integer, Long.. etc), Strings or byte[].

  • entry iterator over HotRod: it is now possible to iterate over all the entries in a cache even in distributed mode using HotRod.  This provides full consistency guarantees under a rehash event (node goes up or down) and batches data to help prevent memory issues on the client.

  • non-indexed query over indexed cache with compatiblity

  • first batch for infinispan core threading changes: we are improving our thread utilization significantly with the 8.0 release cycle and we already have reduced transport thread usage and added a configurable thread pool for async operations to prevent internal thread pool exhaustion.  There will be even more enhancements for this in future releases!

  • and many many bugfixes, consult our issue tracker for a list of things we have fixed.

Don’t forget to also check-out our roadmap to see the things we plan to get done during the 8.0 cycle.

Download it now and tell us what you think on our forums or come and meet us on IRC: channel #infinispan on Freenode.

Posted by Unknown on 2015-06-17
Tags: release alpha

Wednesday, 19 November 2014

Infinispan 7.0.2.Final released!

Dear community,

Infinispan 7.0.2.Final is now available!

This release removes duplication from the service lookup metadata. Please consult the release notes for details.

Thanks to everyone involved in this release! 

Visit our downloads section to find the latest release. If you have any questions please check our forums, our mailing lists or ping us directly on IRC.

Posted by Ion Savin on 2014-11-19
Tags: release final

Wednesday, 22 August 2012

Infinispan project versioning change

Mainly for consistency reason, starting with the next Infinispan releases, we’ll switch to JBoss' release naming conventions. In practical terms this means that the names of the releases(Maven artifacts, JIRA) would be different. E.g.

Old release name New release name

5.2.0.ALPHA2

5.2.0.Alpha3

5.1.0.BETA1

5.2.0.Beta1

5.1.0.CR1

5.2.0.CR1

5.1.0.FINAL

5.2.0.Final

The names of the releases in JIRA have also been changed startting with 5.1.2.Alpha3.

Cheers,

Mircea 

Posted by Mircea Markus on 2012-08-22
Tags: release versioning maven

Friday, 02 March 2012

Infinispan 5.1.2.FINAL is available now!

Infinispan 5.1.2.FINAL is out now with a handful of issues fixed that did not make the previous 5.1.2.CR1. The default JGroups configuration files shipped by Infinispan have been tweaked to help with state transfer and the GUI demo should now work in the binaries-only distribution as well.

Full details of what has been fixed can be found here, and if you have feedback, please visit our forums. Finally, as always, you can download the release from here.

Cheers, Galder

Posted by Galder Zamarreño on 2012-03-02
Tags: release event infinispan

Friday, 25 March 2011

Long awaited 4.2.1.FINAL is out!

Much awaited, 4.2.1.FINAL, codenamed Ursusthis release contains a number of bug fixes, stability improvements and performance enhancements over the last release candidate, and over 4.2.0.FINAL.

I recommend anyone using any previous version of Infinispan upgrade to this latest and greatest iteration, which was worked on extensively this week - alongside a host of new features for 5.0.0.  Expect a beta on 5.0.0 to be out soon as well - lots of exciting stuff for people to play with.

As usual, grab the release here, (or if you use Maven, instructions here) and provide feedback here.

Enjoy

Manik

Posted by Manik Surtani on 2011-03-25
Tags: release final

Tuesday, 18 January 2011

Distributed executors come to Infinispan 5.0.0.ALPHA2

I’m delighted to announce the release of Infinispan 5.0.0.ALPHA2 that includes the very first version of Infinispan’s Distributed Executor Framework. Make sure you have a look at the javadocs for the distributed executor package and the map/reduce package. Watch out for a forthcoming blog entry from Vladimir with plenty more information and examples!

On top of this, the mechanism to plug user-defined externalizers has changed for ALPHA2 based on invaluable feedback from the community, making it easier for third party applications to abstract Infinispan’s Externalizer framework and hide it from end users. From ALPHA2 onwards, Infinispan Lucene directory provides its own Externalizer implementations and so expect a performance improvement in the RPC calls it mades.

As usual Infinispan 5.0.0.ALPHA2 is available for download from here, issues fixed can be found here, and provide feedback here.

Cheers,

Galder

Posted by Galder Zamarreño on 2011-01-18
Tags: release distributed executors alpha

Friday, 03 December 2010

4.2.0.CR3 released

Another day another release.  :-)  I’ve just cut 4.2.0.CR3.  This release contains a number of bug fixes and stability improvements, including ISPN-777 and a whole bunch of memcached server fixes thanks to Galder.  In addition, Tristan’s CassandraCacheStore now also supports Key2StringMappers just like the JdbcCacheStores, as per ISPN-809.

For a full list of changes, see the release notes.  As always, download, try out and provide feedback!

Onwards to a final release…​

Enjoy Manik

Posted by Manik Surtani on 2010-12-03
Tags: release release candidate

News

Tags

JUGs alpha as7 asymmetric clusters asynchronous beta c++ cdi chat clustering community conference configuration console data grids data-as-a-service database devoxx distributed executors docker event functional grouping and aggregation hotrod infinispan java 8 jboss cache jcache jclouds jcp jdg jpa judcon kubernetes listeners meetup minor release off-heap openshift performance presentations product protostream radargun radegast recruit release release 8.2 9.0 final release candidate remote query replication queue rest query security spring streams transactions vert.x workshop 8.1.0 API DSL Hibernate-Search Ickle Infinispan Query JP-QL JSON JUGs JavaOne LGPL License NoSQL Open Source Protobuf SCM administration affinity algorithms alpha amazon anchored keys annotations announcement archetype archetypes as5 as7 asl2 asynchronous atomic maps atomic objects availability aws beer benchmark benchmarks berkeleydb beta beta release blogger book breizh camp buddy replication bugfix c# c++ c3p0 cache benchmark framework cache store cache stores cachestore cassandra cdi cep certification cli cloud storage clustered cache configuration clustered counters clustered locks codemotion codename colocation command line interface community comparison compose concurrency conference conferences configuration console counter cpp-client cpu creative cross site replication csharp custom commands daas data container data entry data grids data structures data-as-a-service deadlock detection demo deployment dev-preview development devnation devoxx distributed executors distributed queries distribution docker documentation domain mode dotnet-client dzone refcard ec2 ehcache embedded embedded query equivalence event eviction example externalizers failover faq final fine grained flags flink full-text functional future garbage collection geecon getAll gigaspaces git github gke google graalvm greach conf gsoc hackergarten hadoop hbase health hibernate hibernate ogm hibernate search hot rod hotrod hql http/2 ide index indexing india infinispan infinispan 8 infoq internationalization interoperability interview introduction iteration javascript jboss as 5 jboss asylum jboss cache jbossworld jbug jcache jclouds jcp jdbc jdg jgroups jopr jpa js-client jsr 107 jsr 347 jta judcon kafka kubernetes lambda language learning leveldb license listeners loader local mode lock striping locking logging lucene mac management map reduce marshalling maven memcached memory migration minikube minishift minor release modules mongodb monitoring multi-tenancy nashorn native near caching netty node.js nodejs non-blocking nosqlunit off-heap openshift operator oracle osgi overhead paas paid support partition handling partitioning performance persistence podcast presentation presentations protostream public speaking push api putAll python quarkus query quick start radargun radegast react reactive red hat redis rehashing releaase release release candidate remote remote events remote query replication rest rest query roadmap rocksdb ruby s3 scattered cache scripting second level cache provider security segmented server shell site snowcamp spark split brain spring spring boot spring-session stable standards state transfer statistics storage store store by reference store by value streams substratevm synchronization syntax highlighting tdc testing tomcat transactions tutorial uneven load user groups user guide vagrant versioning vert.x video videos virtual nodes vote voxxed voxxed days milano wallpaper websocket websockets wildfly workshop xsd xsite yarn zulip

back to top